﻿2026-06-28T11:42:09.1255726Z ##[group]Run actions/checkout@v5
2026-06-28T11:42:09.1256254Z with:
2026-06-28T11:42:09.1256547Z   fetch-depth: 0
2026-06-28T11:42:09.1256927Z   repository: SaberMage/spt-core
2026-06-28T11:42:09.1260034Z   token: ***
2026-06-28T11:42:09.1260356Z   ssh-strict: true
2026-06-28T11:42:09.1260643Z   ssh-user: git
2026-06-28T11:42:09.1260953Z   persist-credentials: true
2026-06-28T11:42:09.1261280Z   clean: true
2026-06-28T11:42:09.1261613Z   sparse-checkout-cone-mode: true
2026-06-28T11:42:09.1261962Z   fetch-tags: false
2026-06-28T11:42:09.1262304Z   show-progress: true
2026-06-28T11:42:09.1262616Z   lfs: false
2026-06-28T11:42:09.1262912Z   submodules: false
2026-06-28T11:42:09.1263211Z   set-safe-directory: true
2026-06-28T11:42:09.1263553Z ##[endgroup]
2026-06-28T11:42:09.3213687Z Syncing repository: SaberMage/spt-core
2026-06-28T11:42:09.3215297Z ##[group]Getting Git version info
2026-06-28T11:42:09.3216005Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-28T11:42:09.3447478Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-28T11:42:09.3695232Z git version 2.43.0.windows.1
2026-06-28T11:42:09.3724897Z ##[endgroup]
2026-06-28T11:42:09.3732961Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\bf66772c-3103-4d11-b318-3d4e75eabe4e\.gitconfig'
2026-06-28T11:42:09.3747606Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\bf66772c-3103-4d11-b318-3d4e75eabe4e' before making global git config changes
2026-06-28T11:42:09.3749246Z Adding repository directory to the temporary git global config as a safe directory
2026-06-28T11:42:09.3751647Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-28T11:42:09.3992761Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-28T11:42:09.4187342Z https://github.com/SaberMage/spt-core
2026-06-28T11:42:09.4215384Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-28T11:42:09.4219386Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-28T11:42:09.4443138Z HEAD
2026-06-28T11:42:09.4684940Z ##[endgroup]
2026-06-28T11:42:09.4686432Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-28T11:42:09.8343408Z ##[group]Cleaning the repository
2026-06-28T11:42:09.8347861Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-28T11:42:16.6539653Z Removing target/
2026-06-28T11:42:16.6575479Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-28T11:42:16.7042927Z HEAD is now at 0e48ce33 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:42:16.7073168Z ##[endgroup]
2026-06-28T11:42:16.7073918Z ##[group]Disabling automatic garbage collection
2026-06-28T11:42:16.7078267Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-28T11:42:16.7377821Z ##[endgroup]
2026-06-28T11:42:16.7378286Z ##[group]Setting up auth
2026-06-28T11:42:16.7384320Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-28T11:42:16.7600962Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-28T11:42:17.1323261Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-28T11:42:17.1582046Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-28T11:42:17.5210355Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-28T11:42:17.5435440Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-28T11:42:17.9062171Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-28T11:42:17.9370167Z ##[endgroup]
2026-06-28T11:42:17.9370705Z ##[group]Fetching the repository
2026-06-28T11:42:17.9379043Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0e48ce332909c69c844bafe97d79a20fad195757:refs/remotes/pull/39/merge
2026-06-28T11:42:19.2154646Z ##[endgroup]
2026-06-28T11:42:19.2155175Z ##[group]Determining the checkout info
2026-06-28T11:42:19.2155532Z ##[endgroup]
2026-06-28T11:42:19.2160827Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-28T11:42:19.2494970Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-28T11:42:19.2722601Z ##[group]Checking out the ref
2026-06-28T11:42:19.2729043Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/39/merge
2026-06-28T11:42:19.3127253Z HEAD is now at 0e48ce33 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:42:19.3152606Z ##[endgroup]
2026-06-28T11:42:19.3419025Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-28T11:42:19.3634514Z 0e48ce332909c69c844bafe97d79a20fad195757
